From: Luc Teirlinck Date: Tue, 20 Jan 2004 00:08:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24449 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ebcb25f5e555abfe8421180c02d750c30a6915bd;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3dc75855765..2c25eea702e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1773,6 +1773,10 @@ configuration files. * Lisp Changes in Emacs 21.4 +** New function `delete-dups' destructively removes `equal' duplicates +from a list. Of several `equal' occurrences of an element in the list, +the last one is kept. + +++ ** `declare' is now a macro. This change was made mostly for documentation purposes and should have no real effect on Lisp code. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 055be632272..1d2dd73d51b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-01-19 Luc Teirlinck + + * subr.el (delete-dups): New function. + 2004-01-19 Karl Berry * textmodes/texinfo.el (texinfo-mode): define outline-regexp to start